projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f10c28c
)
Tweak gdb to get date and revision from CVS into local variables.
author
oliskoli
<oliskoli>
Wed, 1 Nov 2006 21:32:01 +0000
(21:32 +0000)
committer
oliskoli
<oliskoli>
Wed, 1 Nov 2006 21:32:01 +0000
(21:32 +0000)
gdb.c
patch
|
blob
|
history
diff --git
a/gdb.c
b/gdb.c
index 2d7cb45dc1ccc9c67c9a70ca1ea8fb780ef1ba2c..d6b5706cbbbdc12d8c5f732b3a46eceb9361b9cd 100644
(file)
--- a/
gdb.c
+++ b/
gdb.c
@@
-85,8
+85,8
@@
/* %%% local vars %%% */
-static char gdb_release[] = "$Re
lease
$";
-static char gdb_release_date[] = "$Date: 2006/11/01 21:
26:17
$";
+static char gdb_release[] = "$Re
vision: 1.42
$";
+static char gdb_release_date[] = "$Date: 2006/11/01 21:
32:01
$";
static FILE *fin, *fout;
static char *fin_name, *fout_name;